home *** CD-ROM | disk | FTP | other *** search
- ;Protocol.ini for the ACCTON EtherCoax/Pair-NE(2)
- ;Ethernet cards
- ;
- ;PROTOCOL.INI PARAMETERS
- ;
- ; This is a sample PROTOCOL.INI file for the ACCTON EtherCoax/Pair-NE(2) NDIS
- ; MAC driver. The [ETHNE] section shows examples of ETHNE configuration
- ; parameter settings. Comments at the end of the file explain these parameters
- ; and give their default, minimum and maximum values. The [protocol manager]
- ; and [netbeui] sections aren't meant to be complete or realistic examples,
- ; except for the "BINDINGS = ETHNE" line in the [netbeui] section.
- ; The only parameter that must be specified is the "drivername". Note
- ; that many of these parameters have default values (which are given below
- ; under "Comments about ETHNE parameters"). A parameter need not be specified
- ; in your PROTOCOL.INI if its default value is satisfactory.
- ;
- ;drivername
- ; units:[n/a]
- ; range:[ethne$]
- ; default:[ethne$]
- ;
- ; This parameter's value must be ETHNE$, it identifies the network
- ; device driver.
- ;
- ;The following entries are optional under the [ETHNE] section.
- ;
- ;irq
- ; units:[integer]
- ; range:[2-7,10,12]
- ; default:[3]
- ;
- ; On an 80286 or 80386 computer, specifying interrupt level 2
- ; will be redirected to interrupt level 9 because the cascaded programmable
- ; interrupt control (PIC) is already using interrupt level 2.
- ; Not all values are supported by all adapters.
- ;
- ;iobase
- ; units:[hex]
- ; range:[300-360]
- ; default:[300]
- ;
- ; Indicates the base I/O address for the network adapter card.
- ; This entry must match the adapter card's I/O address jumper settings.
- ;
- ;maxmulticast
- ; units:[integer]
- ; range:[1-1000]
- ; default:[10]
- ;
- ; Specifiese the maximum number of multicast address.
- ;
- ;maxrequests
- ; units:[integer]
- ; range:[8-32]
- ; default:[8]
- ;
- ; Specifies the number of request queue entries.
- ;
- ;maxtransmits
- ; units:[integer]
- ; range:[8-50]
- ; default:[12]
- ;
- ; Specifies the number of transmit queue entries.
- ;
- ;receivechains
- ; units:[n/a]
- ; range:[6-96]
- ; default:[12]
- ;
- ; Specifies the number of receive chain header queue entries.
- ;
- ;receivebuffers
- ; units:[integer]
- ; range:[6-96]
- ; default:[12]
- ;
- ; Specifies the number of receive buffer queue entries.
- ;
- ;receivebufsize
- ; units:[bytes]
- ; range:[256-1536]
- ; default:[256]
- ;
- ; Specifies the size, in bytes, of a receive buffer.
- ;